home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 February / PC Plus Super CD (Issue 124) (PCP124-2-97) (February 1997).iso / ms / vb5cce / controls / samples / axbutton / axbutton.exe / AXBtn.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-10-22  |  1.4 KB  |  40 lines

  1. ;---------------------------------------------------------------------------------------------------
  2. ; To be used with IExpress 10/10/96
  3. ;---------------------------------------------------------------------------------------------------
  4. [version]
  5. signature="$CHICAGO$"
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. CopyFiles=install.files
  10. CustomDestination=MyCustomDestination
  11.  
  12. ;---------------------------------------------------------------------------------------------------
  13. [DestinationDirs]
  14. install.files=49001
  15.  
  16. [MyCustomDestination]
  17. ;The flag is 1+16
  18. 49000,49001,49002,49003=PackageDestination49000,1
  19.  
  20. [PackageDestination49000]
  21. "HKLM","xxx","","%PROMPT%","%24%\%DEFAULT%"
  22. ;"","","","%PROMPT%","%24%\%DEFAULT%"
  23.  
  24. ;---------------------------------------------------------------------------------------------------
  25. [install.files]
  26. AXButton.ctl
  27. AXButton.ctx
  28. AXButton.ocx
  29. AXButton.vbp
  30.  
  31. ;---------------------------------------------------------------------------------------------------
  32. [SourceDisksNames]
  33. 1="default",,1
  34.  
  35. [Strings]
  36. ;---------------------------------------------------------------------------------------------------
  37. PROMPT = "Please enter the directory to which you will be installing the AXButton sample: "
  38. DEFAULT = "Vb5cce\Samples\AXButton"
  39. ;---------------------------------------------------------------------------------------------------
  40.